#
CC = gcc
CFLAGS = -O6

FGS_server: FGS_FGST_server_P_FRAMES.o
	gcc ${CFLAGS} -o FGS_FGST_server_P_FRAMES FGS_FGST_server_P_FRAMES.o -lm
